﻿/*Only adds styling. Available under Styles in Editor*/

.dcf-rteStyle-Bold-Large {
	-ms-name: "Section Heading - Bold";
	font-size: 14pt;
	font-weight: bold;
}
.dcf-rteStyle-Normal {
	-ms-name: "Normal text";
}
.dcf-rteStyle-Normal-Bold {
	-ms-name: "Normal text - Bold";
	font-weight: bold;
}
.dcf-rteStyle-Smaller {
	-ms-name: "Small text";
	font-size: 9pt;
}
.dcf-rteStyle-Smaller-Bold {
	-ms-name: "Small text - Bold";
	font-size: 9pt;
	font-weight: bold;
}


/*Adds element tag. Available under Markup Styles*/
/* 6/4/2012 - Tom - Removed per srs request 
H4.dcf-rteElement-H4 {
	-ms-name: "DCF H4";
	font-size: 14pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
H5.dcf-rteElement-H5 {
	-ms-name: "DCF H5";
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
H6.dcf-rteElement-H6 {
	-ms-name: "DCF H6";
	font-size: 11pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
*/

.ms-rtetablecells
{
                vertical-align: top;
}
 
/* Microsoft overrides */
/*
H2.ms-rteElement-H2 {
                color: #534135;
                font-size: 12pt;
                min-height: 25px;
                margin-bottom: 8px;
                text-align: left !important;
                font-weight: 600;
                margin-top: 8px;
                -ms-name: "Heading 2";
}
H1.ms-rteElement-H1 {
                color: #534135;
                font-size: 14pt !important;
                min-height: 25px;
                margin-bottom: 8px;
                text-align: left !important;
                font-weight: 600;
                margin-top: 8px !important;
                -ms-name: "Heading 1";
}
H3.ms-rteElement-H3{
                font-size: 11pt;
                color: #460D6D;
                -ms-name: "Heading 3";
}
 
HR.ms-rteElement-Hr {
                color: #667A4F;
                background-color: #667A4F;
                height: 1px;
                width: 300px;
                -ms-name: "Horizontal Rule";
}
 
P.ms-rteElement-P {
                font-size: 11pt;
                font-family: verdana, arial, helvetica, sans-serif;
                color: #272727;
}
.ms-rteStyle-Normal{
                font-size: 11pt;
                font-family: verdana, arial, helvetica, sans-serif;
                color: #272727;
                -ms-name: "Normal";
 
}
 
.ms-rteCustom-Text {
                font-size: 11pt;
                font-family: verdana, arial, helvetica, sans-serif;
                color: #272727;
}
.ms-rteStyle-Bold {
                font-weight: 600;
                -ms-name: "Bold";
}
.ms-rteStyle-Italic {
                font-style: italic;
                -ms-name: "Italic";
}
.ms-rteStyle-Smaller {
                font-size: smaller;
                -ms-name: "Smaller";
}
 
.ms-rteTable-default {
                border: 0px;
}
 
.ms-rteTableEvenCol-default, .ms-rteTableOddCol-default {
                padding: 5px;
                border: 0px;
}
*/